projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758dd0e
)
(eshell/which): Use `eshell-explicit-command-char' instead of ?*.
author
John Wiegley
<johnw@newartisans.com>
Fri, 18 May 2001 16:39:49 +0000
(16:39 +0000)
committer
John Wiegley
<johnw@newartisans.com>
Fri, 18 May 2001 16:39:49 +0000
(16:39 +0000)
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index 79df4d5ffbaa3ed1f94de7e338805fcc760d19da..7ee97d5debc3f95df38eb259cae95b4bee3a6dcc 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-1231,7
+1231,7
@@
be finished later after the completion of an asynchronous subprocess."
"Identify the COMMAND, and where it is located."
(eshell-for name (cons command names)
(let (program alias direct)
- (if (eq (aref name 0)
?*
)
+ (if (eq (aref name 0)
eshell-explicit-command-char
)
(setq name (substring name 1)
direct t))
(if (and (not direct)